/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 13, 2018, 12:05:31 PM
    Author     : 1M-Admin
*/

/*.modal-carousel .carousel-inner .item {
    height: 100vh;
}*/
.modal-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fFF; 
    border: 2px solid #6b8085;
    opacity: 1;
}
.modal-carousel .carousel-indicators > li.active {
  background: #225b91;
  width: 10px;
  height: 10px;
  opacity: 1;
}
